Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

refactor: emit warning for invalid & in XML #1059

Merged
merged 1 commit into from
Oct 2, 2019

Conversation

vakrilov
Copy link
Contributor

PR Checklist

What is the current behavior?

xml-namespace-loader throws error when encounters & in attribute value.

What is the new behavior?

xml-namespace-loader will only emit warning in this case. Having && in an attribute value might happen if you have a binding expression.

@cla-bot cla-bot bot added the cla: yes label Sep 30, 2019
@vakrilov vakrilov force-pushed the sax-pareser-support-ampersant branch from abb0c0a to 50a9ab6 Compare October 1, 2019 08:37
@vakrilov vakrilov requested a review from DimitarTachev October 1, 2019 08:39
@vakrilov vakrilov merged commit 6aaeedf into master Oct 2, 2019
@vakrilov vakrilov deleted the sax-pareser-support-ampersant branch October 2, 2019 07:50
@nmandyam
Copy link

It is worrisome to see so many warnings about code that includes JS conditions ("a && b"). Is there a way we can hide these warnings during build?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants